/*header*/
header nav .navbar.wrapperBox {
  width: 1440px;
}

header nav ul {
  padding-left: 20px;
}

.navbar_search ul,
.navbar_search li {
  list-style: none;
}

.navbar_search li {
  float: left;
}

.navbar_search li form {
  margin: 0;
}

.navbar_search input {
  border: none;
  border-bottom: 1px solid #00a2e9;
  width: 150px;
}

.navbar_search input[placeholder],
[placeholder],
*[placeholder] {
  font-weight: 100;
  color: #333333;
}

/*sec_banner*/
.containerBox .sec_banner .wrapperBox {
  width: 1440px;
}

.containerBox .sec_banner_cookie {
  margin-top: 40px;
  margin-bottom: 35px;
}

.containerBox .sec_banner_cookie .wrapperBox {
  width: 1440px;
}

.containerBox .sec_banner_cookie .wrapperBox .sec-title2 {
  color: #000000;
  font-size: 16px;
  letter-spacing: 0px;
}

.containerBox .sec_banner_cookie .wrapperBox .sec-title2 span {
  vertical-align: middle;
}

.containerBox .sec_banner_cookie .wrapperBox .sec-title2 a {
  color: #000000;
}

/* html */
main.containerBox .content .articleBlock .html h3 {
  border-bottom: 0px;
}
.html td {
  font-weight: 300;
}
.html b,
.html strong {
  font-weight: bold;
}

/*banner*/
.bannerArea {
  position: relative;
}

.bannerArea .owl-dots {
  position: absolute;
  right: 4%;
  bottom: 3%;
  width: auto;
}

/* .bannerArea .owl-dots .owl-dot {
  outline: none;
  border-radius: 99em;
  border: solid 0px #ffffff !important;
  width: 20px;
  height: 20px;
  margin: 10px 12.5px;
  box-shadow: 1px 1px 5px #3e3e3e;
  background: #fff;
}

.bannerArea .owl-dots .owl-dot.active:before {
  border: none;
}

.bannerArea .owl-dots .owl-dot.active {
  background-color: #74cbf0;
  position: relative;
} */

ul.navbar_search {
  padding-top: 8px;
}

/*webkit瀏覽器專用*/
.navbar_search ::-webkit-input-placeholder {
  font-size: 12px;
}

/*Firefox 4-18瀏覽器專用*/
.navbar_search input::-moz-placeholder {
  font-size: 12px;
}

/*Firefox 19+瀏覽器專用*/
.navbar_search input::-moz-placeholder {
  color: #00a2e9;
  font-size: 12px;
}

/*IE10瀏覽器專用*/
.navbar_search:-ms-input-placeholder {
  font-size: 12px;
}

.langBox .icon {
  /*border: 1px solid #00a2e9;*/
  border: 1px solid #3cbef7;
  padding: 6px 8px;
  color: #00a2e9;
  font-size: 14px;
  cursor: pointer;
  letter-spacing: 1px;
}

.langBox .icon i {
  margin-left: 3px;
}

header .langBox > div.pc_lang {
  position: absolute;
  top: 100%;
  left: 20px;
  top: 37px;
  width: 104px;
  text-align: center;
  /*border: 1px solid #00a2e9;*/
  border: 1px solid #3cbef7;
  border-top: 1px solid #fff;
  background-color: #fff;
  -webkit-transform: translate(0, 5px);
  transform: translate(0, 5px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  z-index: 10001;
  list-style: none;
  font-size: 14px;
  /*height: 10px;
  overflow: hidden;*/
}

header .langBox > div.pc_lang li {
  padding-bottom: 10px;
  padding-top: 10px;
}

header .langBox > div.pc_lang li a {
  color: #00a2e9;
}

header .langBox > div.pc_lang li a:hover {
  opacity: 0.8;
}

header .langBox > div.pc_lang.current {
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
  visibility: visible;
  opacity: 1;
}

.navbar_search .fa {
  color: #00a2e9;
}

.sort {
  padding: 2px 14px;
  border: 1px solid #545454;
  /*color: #545454;*/
  color: #151515;
  display: inline-block;
  border-radius: 20px;
  margin: 0px auto 13px;
  overflow-wrap: break-word;
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap !important;
  text-overflow: ellipsis;
  letter-spacing: 0;
}

/*article*/
.aboutArea .nb_row {
  margin-bottom: 30px;
  padding: 24px 0;
  border-top: 3px dotted #fff;
  border-bottom: 3px dotted #fff;
}

.aboutArea .nb_row:hover {
  border-top: 3px dotted #00a2e9;
  border-bottom: 3px dotted #00a2e9;
  background-color: #effafe;
}

.aboutArea div {
  text-align: left;
}

.aboutArea div {
  text-align: left;
}

.aboutArea .nb_row img {
  width: 100%;
}

.aboutArea .nb_row article.nb_art {
  font-size: 26px;
  /*color: #262626;*/
  color: #000;
  border-bottom: 1px solid #0085de;
  margin-bottom: 12px;
}

.aboutArea .nb_row p.nb_p {
  font-size: 18px;
  color: #5d5d5d;
  margin-bottom: 15px;
  overflow: hidden;
  height: 56px;
}

.aboutArea .nb_row time.nb_t {
  font-size: 17px;
  color: #48c2f7;
  position: absolute;
  bottom: 10px;
}

/*.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #fff;
  border-color: #fff;
}*/

.btn-primary:hover {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.contactArea .more img {
  width: 100%;
  height: auto;
}

/*news*/
#News .cateBox ul.cate_list,
#servicebase .cateBox ul.cate_list {
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  position: relative;
  display: flex;
}

.cateBox ul.cate_list {
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  position: relative;
}

.cateBox ul.cate_list:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #acacac;
  top: 43px;
  left: 0;
}

.cateBox ul.cate_listLine:before {
  top: 37px;
}

.news_d .btn-primary {
  position: relative;
  background-color: transparent;
  color: #046bb5;
  font-size: 18px;
  outline: none;
  box-shadow: none;
  /*border: 1px solid #00a2e9;*/
  border: 1px solid #0885de;
  border-radius: 35px;
  padding: 8px 36px;
  box-shadow: 1px 1px 5px #dadada;
  font-weight: 100;
  letter-spacing: 1px;
}

.news_d .BackProductList {
  padding-right: 26px;
  padding-left: 45px;
  border-radius: 0;
}

.news_d .btn-primary:hover {
  color: #fff;
background-color: #2781c1;
    border: 1px solid #2781c1;
        font-weight: 100;
}

#newsDetail .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #2781c1;
  border-color: #2781c1;
}

#newsDetail .content .articleBlock h3 {
  text-align: left;
  font-weight: 100;
}

/*products_sort*/
#products_sort .ps_list {
  overflow: hidden;
  height: 210px;
  padding: 0;
  box-shadow: 10px 10px 5px #c5c5c5;
  box-shadow: 10px 10px 5px #00000024;
  margin-bottom: 55px;
}

#products_sort .ps_list:hover {
  opacity: 0.5;
}

#products_sort .ps_list a:hover {
  color: #000;
}

#products_sort .ps_list .psl_float {
  float: left;
}

#products_sort .ps_list .psl_number {
  width: 58px;
  padding-top: 5px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  height: 210px;
  font-size: 28px;
  letter-spacing: 2;
  font-family: 'Noto Sans TC', sans-serif !important;
}

#products_sort .ps_list .psl_sort {
  width: 435px;
  padding-top: 7px;
  height: 210px;
}

#products_sort .ps_list .psl_sort span {
  /* width: 355px; */
  margin: 0 auto;
  display: block;
  font-size: 20px;
  letter-spacing: 0;
  padding: 0 20px;
  text-align: justify;
  color: #151515;
}

#en-us #products_sort .ps_list .psl_sort span {
  letter-spacing: 0;
  text-align: left;
}

#products_sort .ps_list .psl_img {
  width: 837px;
}

#products_sort .ps_list .psl_img img {
  width: 100%;
  /* height: 100%; */
  display: block;
  margin: 0 auto;
  padding: 0px 0;
}

/*products_list*/
#products_list .cateBox {
  overflow: inherit;
}

#products_list .cateBox ul.cate_list {
  justify-content: left;
  flex-direction: row;
}

#products_list .cateBox ul.cate_list:before {
  display: none;
}

#products_list .cateBox .cate_list li div {
  display: inline-block;
  font-size: 18px;
  color:#046bb5 ;
  padding: 5px 11px;
  /*border: 1px solid #00a2e9;*/
  border: 1px solid #0885de;
  border-radius: 25px;
  box-shadow: 1px 1px 5px #dadada;
  letter-spacing: 0;
}

#products_list .cateBox .cate_list li div.active {
  color: #fff;
  background-color: #2781c1;
}

#products_list .cateBox .cate_list li {
  padding: 0;
  padding-left: 10px;
  padding-bottom: 10px;
}

#products_list .cateBox .cate_list li div::before {
  display: none;
}

#products_list .products_list_l {
  float: left;
  width: 256px;
}

#products_list .cardBox li:first-child {
  margin-left: 0px;
}

#products_list .cardBox li:nth-child(5n) {
  margin-right: 0px;
}

#products_list .cardBox li {
  margin-right: 12px;
  box-shadow: 2px 2px 5px #e1e1e1;
  margin-bottom: 35px;
}

/*products_list_detail*/
main#products_list_detail > .content > .wrapperBox .btnBox,
main#englishDetail > .content > .wrapperBox .btnBox {
  text-align: center;
  margin-top: 60px;
}

/*#products_list_detail .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #1ca9ee;
  border-color: #1ca9ee;
}*/

main#products_list_detail > .content > .wrapperBox .introBlock .top .left-b {
  padding-left: 40px;
}

main#products_list_detail > .content > .wrapperBox .introBlock .top .right-b {
  padding-left: 40px;
  padding-right: 0px;
}

main#products_list_detail > .content > .wrapperBox .introBlock .top .right-b h3 {
  padding: 0 0 5px;
  letter-spacing: 2px;
  border-bottom: 1px solid #0083e0;
  line-height: 1.313;
  font-size: 30px;
  margin-bottom: 20px;
  letter-spacing: 0;
  color: #000;
}

main#products_list_detail > .content > .wrapperBox .introBlock {
  padding: 0px;
}

#products_list_detail .tag span {
  /*color: #545454;*/
  color: #151515;
  font-size: 16px;
  padding: 2px 15px;
  border-radius: 25px;
  border: 1px solid #545454;
  display: inline-block;
  margin-bottom: 8px;
  letter-spacing: 0;
}

#products_list_detail .txt {
  overflow: auto;
  height: 138px;
  margin: 28px 0 22px;
}

#products_list_detail a.pld_down {
  background: #0083e0;
  border-radius: 13px;
  color: #fff;
  padding: 5px 22px;
  font-size: 18px;
  box-shadow: none;
  display: inline-block;
  letter-spacing: 1.5px;
}

#en-us #products_list_detail a.pld_down {
  letter-spacing: 0;
}

#products_list_detail a.pld_down img {
  margin-top: -6px;
}

#products_list_detail .bottom h6 span {
  background: #0083e0;
  color: #fff;
  padding: 10px 28px 8px 13px;
  border-top-right-radius: 44px;
}

#zh-tw #products_list_detail .bottom h6 span {
  letter-spacing: 3px;
}

#zh-cn #products_list_detail .bottom h6 span {
  letter-spacing: 3px;
}

#products_list_detail .bottom {
  margin-bottom: 100px;
  margin-top: 60px;
}

#products_list_detail .bottom h6 {
  border-bottom: 1px solid #0083e0;
  padding-bottom: 10px;
}

#products_list .products_list_l:hover .title {
  color: #046bb5;
}

#products_list .products_list_l:hover .sort {
  color: #046bb5;
}

#products_list .cate_list li:hover div {
  color: #fff;
  background-color: #2781c1;
  border: 1px solid #2781c1;
}

#products_list_detail #mCSB_1_container {
  font-size: 18px;
}

/*download*/
#download .cateBox {
  overflow: inherit;
}

#download .cateBox ul.cate_list {
  justify-content: left;
}

#download .cateBox ul.cate_list:before {
  display: none;
}

#download .cateBox .cate_list li div {
  display: inline-block;
  font-size: 18px;
  color: #262626;
  padding: 5px 22px;
  border: 1px solid #00a2e9;
  border-radius: 25px;
  box-shadow: 2px 2px 5px #0000003d;
}

#download .cateBox .cate_list li div.active {
  color: #fff;
  background-color: #00a2e9;
  font-weight: bold;
}

#download .cateBox .cate_list li {
  padding: 0;
}

#download .cateBox .cate_list li div::before {
  display: none;
}

#download .products_list_l {
  float: left;
  width: 270px;
}

#download .cardBox li:first-child {
  margin-left: 0px;
}

#download .cardBox li:nth-child(4n) {
  margin-right: 0px;
}

#download .cardBox li {
  margin-right: 82px;
  margin-bottom:25px;
}

#download .cardBox li a .Img {
  max-height: inherit;
  display: block;
  box-shadow: 2px 0 12px rgba(0, 0, 0, 0.4);
}

#download .cardBox li a .txt h3.title {
  font-size: 24px;
  text-align: center;
}

#download .cardBox li a .txt .text {
  font-size: 18px;
  padding: 0px 0 20px;
  text-align: center;
  letter-spacing: 0;
  min-height: 74px;
  /* overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; */
}

/*servicebase*/
#servicebase .listBox li {
  display: block;
  padding: 0px 0 35px;
  border-top: 3px dotted #fff;
  border-bottom: 1px solid #c8c8c8;
}

#servicebase .listBox li .no-gutters .Img img {
  width: 100%;
  height: auto;
}

.listBox li:hover {
  padding: 25px 0;
  border-top: 3px dotted #fff;
  border-bottom: 5px solid #f2f2f2;
  background-color: #fff;
}

#servicebase .listBox.nb_row .desc {
  padding-left: 70px;
}

#servicebase .listBox.nb_row .title {
  font-size: 28px;
  margin-bottom: 20px;
  color: #000;
}

#servicebase .listBox.nb_row .lntext {
  font-size: 18px;
  margin-bottom: 15px;
}

#servicebase .listBox.nb_row .gmap {
  background-color: #2982df;
  font-size: 16px;
  color: #fff;
  padding: 8px 15px;
  display: inline-block;
  border-radius: 13px;
  margin-top: 3px;
}

#servicebase .listBox.nb_row .gmap .fas {
  color: #fff;
  padding-right: 5px;
}

#servicebase .listBox.nb_row .gmap:hover {
  opacity: 0.8;
}

#servicebase .listBox.nb_row .fas {
  /* margin-right: 15px; */
  color: #2170c3;
}

#servicebase .listBox.nb_row .address {
  width: auto;
}

/*search_result*/
#search_result .listBox {
  list-style: none;
  padding: 0px 0 40px;
  margin: 0;
}

#search_result .sr_title {
  font-size: 26px;
  margin-bottom: 10px;
}

#en-us #search_result .sr_title {
  font-size: 24px;
}

#search_result .sr_page {
  font-size: 24px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c8c8c8;
}

#search_result .listBox li {
  display: block;
  padding: 25px 0;
  border-top: 3px dotted #fff;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 0;
}

#search_result .listBox li:hover .title {
  color: #046bb5;
}

#search_result .listBox li:hover .address {
  color: #00a2e9;
}

#search_result .listBox li .Img img {
  width: 100%;
  height: auto;
}

#News .listBox li:hover {
  padding: 25px 0;
  border-top: 3px dotted #00a2e9;
  border-bottom: 3px dotted #00a2e9;
  background-color: #effafe;
}

#search_result .listBox.nb_row .desc {
  padding-left: 70px;
}

#search_result .listBox.nb_row .title {
  font-size: 30px;
  margin-bottom: 20px;
  color: #000;
}

#search_result .listBox.nb_row .lntext {
  font-size: 18px;
  margin-bottom: 18px;
}

#search_result .listBox.nb_row .gmap {
  background-color: #2982df;
  font-size: 16px;
  color: #fff;
  padding: 8px 15px;
  margin-top: 20px;
  display: inline-block;
  border-radius: 13px;
}

#search_result .listBox.nb_row .gmap .fas {
  color: #fff;
}

#search_result .listBox.nb_row .gmap:hover {
  opacity: 0.8;
}

#search_result .listBox.nb_row .fas {
  margin-right: 15px;
  color: #2170c3;
}

/*contact_box*/
.desk_none {
  display: none;
}

.top_text {
  width: 1440px;
  margin: 0 auto 35px;
}

#zh-cn .top_text,
#en-us .top_text {
  margin: 0 auto 50px;
}

#Contact .ch3 {
  color: #000;
  font-weight: 100;
  font-size: 35px;
  letter-spacing: 6px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #0885de;
  margin-bottom: 16px;
}

#zh-tw #Contact .ch3 {
}

#en-us #Contact .ch3 {
  letter-spacing: 0px;
}

#Contact .cp {
  color: #212529;
  font-size: 18px;
  text-align: center;
  line-height: 35px;
}

#Contact .contact_box {
  width: 1028px;
  margin: 0 auto;
}

#Contact .form-control {
  border: 1px solid #00a2e9;
  /* margin-left: 5%; */
}

#Contact .row {
  width: 100%;
  margin-bottom: 35px;
}

#Contact .contact_title {
  padding-top: 17px;
  font-size: 18px;
  padding-right: 15px;
  color: #000;
}

#Contact .ex_title {
  padding-top: 10px;
  font-size: 18px;
  text-align: right;
  padding-right: 15px;
}

#Contact .contact_title .star {
  color: #b91c1c;
}

#Contact .sex .sex-selection {
  border: 1px solid #fff;
}

#Contact .sex-selection {
  display: flex;
  padding-top: 5px;
}

#Contact .sex .sex-selection input.radio::checked {
  background-color: #000;
}

#Contact .w70 {
  width: 70%;
}

#Contact .w70 .contact_title {
  max-width: 14%;
  flex: inherit;
}

#Contact .w70 input {
  max-width: 75%;
  display: block;
}

#Contact .w30 {
  width: 27%;
}

#Contact .w30 .contact_title {
  max-width: 15%;
  flex: inherit;
}

#Contact .w30 input {
  border: 1px solid #00a2e9;
  max-width: 80%;
}

#Contact .sex-selection label {
  margin-left: auto;
  color: #000;
}

#Contact .sex-selection label:before {
  width: 15px;
  height: 15px;
  border: 1px solid #0885de;
  border-radius: 7px;
  position: relative;
  /* top: 8px; */
  margin-right: 12px;
  content: '';
  display: inline-block;
}

#Contact .sex-selection input {
  display: none;
}

#Contact .sex-selection input[type='radio']:checked + :before {
  background-image: url(../../images/radio_ok.png);
  background-repeat: no-repeat;
  background-position: center center;
}

#Contact .form-control span {
  margin-right: 34px;
  font-size: 18px;
}

#Contact .form-control.req {
  padding-left: 20px;
  padding-right: 25px;
}

#Contact textarea#message {
  height: 210px;
}

#Contact .btn-primary.sendBtn {
  padding: 9px 70px;
}

#Contact .btn-primary:hover {
  background-color: #2781c1;
  border: #2781c1;
}

#Contact select {
  outline-style: none;
  /*padding-top: 0px;*/
  border-radius: 5px 5px 5px 5px;
  resize: none;
  /* margin: 0px 18px 0px 0px; */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../../images/c_down.png) no-repeat scroll right center transparent;
  background-position-x: 97%;
}

/*footer*/
footer {
  position: relative;
  padding: 15px 0;
}

/*freddy/
footer::before{
content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 44%;
    background: linear-gradient(130deg, #ffe2e200 16%, #E7E7E7 0%);
}*/

/*joy*/
footer:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 79%;
  background: linear-gradient(310deg, transparent 20%, #f5f5f5 16%);
}

footer .footer_title {
  font-size: 18px;
  color: #2170c3;
}

footer .footer_title img {
  margin-right: 5px;
}

footer .footer_text {
  font-size: 16px;
  padding-right: 12px;
  letter-spacing: 1px;
  color: #000;
}

footer .footerb_right {
  border-right: 1px solid #2170c3;
}

footer .foutlinl_row {
  margin-top: 20px;
}

footer .asr_b {
  padding-top: 22px;
  float: right;
}

footer .footer_aolink.peop_f {
  padding-top: 3px;
}

footer .footer_aolink {
  padding: 0 8px;
}

footer .footer_aolink:nth-child(1) {
  padding: 0 0 0 20px;
}

.copyright {
  width: 100%;
  text-align: center;
  background-color: #2170c3;
  padding: 8px 0;
  color: #fff;
  letter-spacing: 2px;
  font-size: 12px;
}

/*fix*/
/* .social-icon a {
  width: 95px;
  height: 90px;
  background-image: url(../../images/fix1.png);
} */

.footer-icon {
  display: none;
}

#zh-tw .social-icon a {
  width: 90px;
  height: 90px;
  background-image: url(../../images/fix1.svg);
  background-repeat: no-repeat;
}

#zh-cn .social-icon a {
  width: 90px;
  height: 90px;
  background-image: url(../../images/fix1_c.svg);
  background-repeat: no-repeat;
}

#en-us .social-icon a {
  width: 90px;
  height: 90px;
  background-image: url(../../images/fix1_e.svg);
  background-repeat: no-repeat;
  box-sizing: content-box !important;
}

#zh-tw .social-icon a:hover {
  width: 90px;
  height: 90px;
  background-image: url(../../images/fix2.svg);
  background-repeat: no-repeat;
}

#zh-cn .social-icon a:hover {
  width: 90px;
  height: 90px;
  background-image: url(../../images/fix2_c.svg);
  background-repeat: no-repeat;
}

#en-us .social-icon a:hover {
  width: 90px;
  height: 90px;
  background-image: url(../../images/fix2_e.svg);
  background-repeat: no-repeat;
}

.cookies_fixed {
  width: 100%;
  z-index: 100000;
  position: fixed;
  bottom: 0;
  background: #fff;
  text-align: center;
  padding: 20px;
  border-top: 2px solid #f5f5f5;
  font-size: 15px;
}

.cookies_fixed button {
  background-color: #fff;
  padding: 3px 19px;
  border: none;
  margin-left: 15px;
  border: 1px solid #00a2e9;
  color: #00a2e9;
  cursor: pointer;
}

.cookies_fixed button:hover {
  background-color: #1ca9ee;
  border: 1px solid #1ca9ee;
  color: #fff;
}

.cookies_fixed a {
  color: #2170c3;
}

.gotop {
  position: fixed;
  right: 43px;
  bottom: 168px;
  cursor: pointer;
  z-index: 9;
}

footer .wrapperBox {
  overflow: hidden;
}

.phone_address {
  display: inline-block;
  font-size: 18px;
}

#en-us .phone_address {
  width: 85%;
}

.phone {
  display: inline-block;
  vertical-align: top;
}

.servicebaseFormLeft {
  display: inline-block;
}

.servicebaseFormRight {
  display: inline-block;
}

@media screen and (max-width: 1680px) {
  footer:before {
    width: 81%;
  }

  #products_list_detail .bottom h6 {
    padding-bottom:10px;
  }
}

@media screen and (max-width: 1490px) {
  main#index .newsArea > .wrapperBox .items_list.owl-theme .owl-nav button {
    display: none;
  }

  #en-us header .navbar-expand-xl .navbar #menu .menu {
    /* margin-left: 6px !important; */
  }

  footer:before {
    width: 79%;
  }
}

@media screen and (max-width: 1366px) {
  footer:before {
    width: 80%;
  }

  #products_list .products_list_l {
    width: 250px;
  }

  #products_list .cardBox {
    padding-left: 15px;
  }

  #products_sort .ps_list .psl_img {
    width: 825px;
  }

  #en-us header .navbar-expand-xl .navbar #menu .menu {
    margin-left: auto !important;
  }

  #en-us header .navbar-expand-xl .navbar #menu .menu li a {
    padding: 10px 9.4px;
  }

  #download .cardBox li {
    margin-right: 75px;
  }
}

@media screen and (max-width: 1340px) {
  #download .products_list_l {
    width: 250px;
  }

  #products_list .cardBox {
    padding-left: 0;
  }
}

@media screen and (max-width: 1280px) {
  #products_list .products_list_l {
    width: 240px;
  }

  footer .asr_b {
    width: auto;
  }

  footer:before {
    width: 84%;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1278px) {
  #products_list .products_list_l {
    width: 228px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1270px) {
  #products_sort .ps_list .psl_img {
    width: 650px;
  }

  #download .products_list_l {
    width: 230px;
  }
}

@media screen and (min-width: 1271px) and (max-width: 1279px) {
  #products_sort .ps_list .psl_img {
    width: 59%;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1360px) {
  #products_list .products_list_l {
    float: left;
    width: 240px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1359px) {
  #products_sort .ps_list .psl_img {
    width: 740px;
  }
}
.sec-title span img{
  margin-bottom: 8px;
}
.sec-title2 span img:nth-child(1){
    position: relative;
    bottom: 1px;
}